syntax analyzer meaning in English
语法分程序
语法分析程序
Examples
- The syntax analyzer calls the scanner when it needs a new symbol .
当语法分析程序需要新符号时,它就调用扫描过程。 - The syntax analyzer has one recursive procedure for each nonterminal u .
对于每个非终结符号U,语法分析程序都有一个递归过程。 - Further , yacc is used to get a syntax analyzer
语法分析利用yacc工具实现。 - The syntax analyzer has one recursive procedure for each nonterminal u
对于每个非终结符号u ,语法分析程序都有一个递归过程。